-
Notifications
You must be signed in to change notification settings - Fork 20
Bugfix/cda 46 rating vertical datum #1355
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
Bugfix/cda 46 rating vertical datum #1355
Conversation
8bf6acb to
7cb35a8
Compare
|
I see. For the getOne RatingSet will do the needed conversion. That should work. |
023247a to
e7d022a
Compare
Adding VERTICAL_DATUM constant to the Controllers class for use in the controller implementations. Adding example rating with vertical datum. Adding enum for defining supported vertical datum.
…new `RatingsControllerTestVerticalDatumIT`. Enhance `RatingController` to handle vertical datum conversions.
…sControllerTestVerticalDatumIT` to include additional test cases for datum combinations. Enhance `RatingController` to log vertical datum conversion failures gracefully.
…sControllerTestVerticalDatumIT` to cover additional vertical datum combinations and query scenarios.
…trieval. Adds integration tests.
…to setting default vert datum.
5ad96c8 to
4fe9fe3
Compare
…atum location since we test that in its own test class.
…vertical datum is passed in.
|
I think the code changes are done - but I'm not sure what is causing all of the failing tests yet |
At least one failing test on the latest schema is due to the recent change Mike P made to actually raise a proper error in one of the timeseries retrieval of location level calls for seasonal data. |
Jira ticket:
https://jira.hecdev.net/browse/CDA-46